home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21cp.zip / DPMI.DOC < prev    next >
Text File  |  1993-01-10  |  2KB  |  66 lines

  1. What is DPMI?
  2. -------------
  3.  
  4. DPMI stands for "Dos Protected Mode Interface".  It is a relatively new
  5. industry standard for executing in protected mode.  Normally DOS runs in
  6. real mode.
  7.  
  8.  
  9. What is protected mode?
  10. -----------------------
  11.  
  12. Protected mode is a feature of the 0286 and later processors.  It allows
  13. a program to use virtual addresses instead of real addresses.
  14.  
  15.  
  16. So What?
  17. --------
  18.  
  19. Two things are of interest for this program in DPMI mode.  One is that
  20. we can now break the 640K limit on DOS fairly transparently.  The other
  21. is that the overlay kludge can be ripped out and a real overlay system
  22. substituted.
  23.  
  24. Bottom Line
  25. -----------
  26.  
  27. If you have a 80286 or later (386, 486, etc) you can run in DPMI mode.
  28. I recommend that your machine have a minimum of 2M.
  29.  
  30. Other Programs
  31. --------------
  32.  
  33. DPMI is available under both Windows (in enhanced mode) and OS/2 V2
  34. as a standard feature.
  35.  
  36. You can also run in DPMI mode under DV.  There is a DPMI server that is
  37. on many BBS called QDPMI that can be used or you can just use the one
  38. that I have included.
  39.  
  40.  
  41. Running the DPMI version of AA4RE
  42. ---------------------------------
  43.  
  44. 1. Load any TSRs you need (eg: BPQCODE, MBBIOS, TNCTSR-S)
  45.  
  46. 2. Execute BBDPMI instead of BB
  47.  
  48. You must have RTM.EXE in the same directory with BBDPMI.EXE.  If you are
  49. not running Windows, OS/2, or QDPMI then you must also have DPMI16BI.OVL
  50. in that directory.
  51.  
  52. One change
  53. ----------
  54.  
  55. The editor that I use in the normal DOS mode will not run in protected
  56. mode.  I have substituted a new editor.  Commands should be the same,
  57. only the "look" of the editor is changed.
  58.  
  59. Problems?
  60. ---------
  61.  
  62. Read the DPMIUSER.DOC file on how to check out your computer's DPMI
  63. hardwrae and software.
  64.  
  65.  
  66.